home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’93 / Dude NOT! / Makefile < prev    next >
Makefile  |  1993-06-17  |  2KB  |  84 lines

  1. # This makefile was produced at 9:59:20 PM on Thu, Jun 17, 1993 by
  2. # MakeMake 2.0d38q1 (4/14/1992) by Rick Holzgrafe, scott douglass, Jeff Holcomb, MQ.
  3. # To change this Makefile edit the definition of MAKEMAKE below
  4. # and execute Make Makefile.
  5.  
  6.  
  7. MAKEMAKE = MakeMake ∂
  8.             SETFILE= "COptions=-opt full -b" ∂
  9.             "C=gC -fstrength-reduce -fomit-frame-pointer -fno-volatile -opt branch" ∂
  10.         -t "Dude NOT!" ∂
  11.             -l ∂
  12.             "-t INIT -c xxxx -rt 'INIT'=1 -ra Main=resLocked,resSysHeap -m Init" ∂
  13.             AttackDude.c HD:MPW3.3a14:Libraries:Libraries:Interface.o
  14.  
  15. TARGETS = "Dude NOT!"
  16.  
  17. DOT_H =
  18.  
  19. DOT_R =
  20.  
  21. SRCS = AttackDude.c
  22.  
  23. OBJS = AttackDude.c.o
  24.  
  25. LIBS = HD:MPW3.3a14:Libraries:Libraries:Interface.o
  26.  
  27. SETFILE      = 
  28. C            = gC -fstrength-reduce -fomit-frame-pointer -fno-volatile -opt branch
  29. COUNT        = Count
  30. COUNTOPTS    = 
  31. CTAGS        = Ctags
  32. CTAGSOPTS    = -p -local -update
  33. DELETE       = Delete
  34. DELETEOPTS   = -i
  35. FILES        = Files
  36. FILESOPTS    = -l
  37. LIB          = Lib
  38. LIBOPTS      = 
  39. LINK         = Link
  40. LINKOPTS     = 
  41. MAKEFILE     = Makefile
  42. PRINT        = Print
  43. PRINTOPTS    = 
  44. REZ          = Rez
  45.  
  46.  
  47. COptions = -opt full -b
  48.  
  49. ROptions = -a
  50.  
  51. "Dude NOT!"    ƒ {OBJS} {LIBS}
  52.     {LINK} -t INIT -c xxxx -rt 'INIT'=1 -ra Main=resLocked,resSysHeap -m Init -o {Targ} ∂
  53.         {OBJS} {LIBS}
  54.  
  55.  
  56.  
  57. {MAKEFILE}    ƒ NoSuchFile
  58. NoSuchFile    ƒ
  59.     {MAKEMAKE}
  60.  
  61. clean    ƒ
  62.     {DELETE} {DELETEOPTS} {OBJS}
  63.  
  64. clobber    ƒ clean
  65.     {DELETE} {DELETEOPTS} {TARGETS}
  66.  
  67. count    ƒ
  68.     {COUNT} {COUNTOPTS} {DOT_H} {DOT_R} {SRCS}
  69.  
  70. files    ƒ
  71.     {FILES} {FILESOPTS} {TARGETS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS} {OBJS}
  72.  
  73. print    ƒ
  74.     {PRINT} {PRINTOPTS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS}
  75.  
  76. tags    ƒ {DOT_H} {SRCS}
  77.     {CTAGS} {CTAGSOPTS} {C_INCDIRS} {NewerDeps}
  78.  
  79.  
  80. AttackDude.c.o ƒ ∂
  81.         "{CIncludes}Types.h" "{CIncludes}Memory.h" "{CIncludes}Resources.h" ∂
  82.         "{CIncludes}Files.h" "{CIncludes}OSUtils.h" "{CIncludes}SegLoad.h" ∂
  83.         "{CIncludes}GestaltEqu.h"
  84.